home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 3-Presentations / Service⁄Support⁄Training / Self-Paced Training / Apple Scanner Training / Installation / card_3807.txt < prev    next >
Text File  |  1988-07-14  |  4KB  |  197 lines

  1. -- card: 3807 from stack: in
  2. -- bmap block id: 6233
  3. -- flags: 0000
  4. -- background id: 2974
  5. -- name: Installing
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=404 top=282 right=303 bottom=429
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Left
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual scroll left
  23.   go to card "System/Finder"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 3 (button)
  29. -- low flags: 00
  30. -- high flags: 2000
  31. -- rect: left=440 top=281 right=303 bottom=465
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Right
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   answer "Proceed with the Self-Check?" with "No" or "YES"
  43.   if it is "Yes" then
  44.     visual checkerboard to black
  45.     go to card "Question 1"
  46.   end if
  47.   if it is "No" then
  48.     put "Cancel" into it
  49.   end if
  50. end  mouseUp
  51.  
  52.  
  53.  
  54.  
  55. -- part 5 (field)
  56. -- low flags: 01
  57. -- high flags: 2004
  58. -- rect: left=15 top=74 right=274 bottom=241
  59. -- title width / last selected line: 0
  60. -- icon id / first selected line: 0 / 0
  61. -- text alignment: 0
  62. -- font id: 3
  63. -- text size: 12
  64. -- style flags: 0
  65. -- line height: 16
  66. -- part name: Target
  67.  
  68.  
  69. -- part 6 (button)
  70. -- low flags: 80
  71. -- high flags: A004
  72. -- rect: left=7 top=315 right=340 bottom=494
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 1
  76. -- font id: 0
  77. -- text size: 12
  78. -- style flags: 0
  79. -- line height: 16
  80. -- part name: Self-Check
  81. ----- HyperTalk script -----
  82. on mouseUp
  83.   visual iris close
  84.   hide card button "Self-Check"
  85.   show card button "left"
  86.   show card button "right"
  87.   pop card
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 9 (button)
  93. -- low flags: 00
  94. -- high flags: A003
  95. -- rect: left=129 top=283 right=304 bottom=199
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Next...
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   visual dissolve to card
  107.   go to next card
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 12 (field)
  113. -- low flags: 80
  114. -- high flags: 2004
  115. -- rect: left=256 top=4 right=204 bottom=482
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 0
  119. -- font id: 3
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Text 1
  124.  
  125.  
  126. -- part 13 (field)
  127. -- low flags: 80
  128. -- high flags: 2004
  129. -- rect: left=256 top=0 right=200 bottom=482
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 3
  134. -- text size: 12
  135. -- style flags: 0
  136. -- line height: 16
  137. -- part name: Text 2
  138.  
  139.  
  140. -- part 14 (field)
  141. -- low flags: 80
  142. -- high flags: 2004
  143. -- rect: left=16 top=73 right=273 bottom=242
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 0
  147. -- font id: 3
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: Text 3
  152.  
  153.  
  154. -- part contents for card part 5
  155. ----- text -----
  156.  
  157.  
  158. 1.  If the Macintosh you are using is off, turn it on.
  159.  
  160. 2.  Insert the AppleScan disk into a disk drive.
  161.  
  162. The AppleScan disk icon appears on the desktop.
  163.  
  164.  
  165. -- part contents for card part 12
  166. ----- text -----
  167.  
  168.  
  169. 1.  If the Macintosh you are using is off, turn it on.
  170.  
  171. 2.  Insert the Apple Scanner disk into a disk drive.
  172.  
  173. The Apple Scanner disk icon appears on the desktop.
  174.  
  175.  
  176. -- part contents for card part 13
  177. ----- text -----
  178. 3.  Double-click the Apple Scanner disk icon to open the Apple Scanner disk‚Äôs window.
  179.  
  180. The Apple Scanner disk contains:
  181.   -  AppleScanner driver 
  182.   -  LaserWriter printer driver
  183.   -  Laser Prep file
  184.   -  AppleScan folder 
  185.       (AppleScan application and      
  186.         associated documents)
  187.  
  188.  
  189.  
  190. -- part contents for card part 14
  191. ----- text -----
  192. 4.  Drag the AppleScan folder into the hard disk‚Äôs window.
  193.            
  194.              ‚Äî IMPORTANT ‚Äî
  195. The entire contents of the AppleScan folder must remain in the same folder.  If the AppleScan application is moved to the desktop, place all of the other files and documents in your System folder.
  196.  
  197.